home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / the-kitchen-of-doom.swf / scripts / DefineButton2_1005 / BUTTONCONDACTION on(release).as
Text File  |  2008-03-14  |  186b  |  8 lines

  1. on(release){
  2.    this._visible = false;
  3.    _global.sfxIngameMusic.stop();
  4.    _global.sfxUI.start();
  5.    _parent.currentScore -= _parent.foodSaved * 1000;
  6.    _parent.resetLevel();
  7. }
  8.